home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu062.dms / pu062.adf / ImageTools / itb.readme < prev    next >
Text File  |  1987-08-09  |  2KB  |  66 lines

  1.                             ITB 1.00
  2.                           JUNE 7, 1987
  3.  
  4.                       By Stephen Vermeulen
  5.                          3635 Utah Dr. N.W.,
  6.                          Calgary, Alberta,
  7.                          CANADA, T2N 4A6
  8.  
  9.           Copyright (C) 1987 By Stephen Vermeulen
  10.           This version may be freely redistributed
  11.           so long as not charge is made for such
  12.           distribution.
  13.  
  14. ---------------------------------------------------------------------
  15.  
  16. 0.0 Introduction
  17.  
  18. Itb is a program that converts the picture image of a WorkBench Icon into
  19. the IFF ILBM format so that it can be loaded into an graphics editor!
  20. The program will handle the two different types of icons, those with
  21. alternate images and those without.
  22.  
  23. 1.0 Running Itb
  24.  
  25. Itb can only be run from the CLI (this will probably be fixed soon).
  26. There are three ways of invoking it.  First just typing:
  27.  
  28.    Itb
  29.  
  30. will result in the copyright notice, short instructions, and the version
  31. number being printed.  By typing a command of the following format:
  32.  
  33.    Itb input output.pic
  34.  
  35. Itb will read in the icon named "input.info" (note well: you DO NOT
  36. type the ".info" part of the name!) and will convert it to the IFF
  37. format and write it into the file named "output.pic".  This is the
  38. mode to use on Icons which do not have an alternate image.  If this
  39. method is applied to an icon with an alternate image a warning message
  40. will be printed and you will (of course) only get one of the icon's
  41. two images!
  42.  
  43. If you invoke Itb with the line:
  44.  
  45.    Itb input normal.pic selected.pic
  46.  
  47. the program will read the icon contained in the file "input.info" and
  48. write the Icon's unselected (normal) image to the file "normal.pic".
  49. Also, if the Icon has an alternate (selected state) image it will be
  50. written to the file "selected.pic".
  51.  
  52. 2.0 Memory Usage
  53.  
  54. Itb does use a bit, but as icons are generally quite small this should not
  55. be a problem.
  56.  
  57. 3.0 Support
  58.  
  59. Any comments, suggestions, or bug reports you might care to make will be
  60. gratefully received.  If you are interested in seeing this program improve
  61. much send a contribution ($10-$20 to me at the address above).  My current
  62. policy on improving the program is to release a new version for every 5
  63. contributions I receive, or when I need a new feature!
  64.  
  65.  
  66.